home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nikkei Mac 20
/
NIKKEI-MAC-CD-VOL-20-1998-12.ISO.7z
/
NIKKEI-MAC-CD-VOL-20-1998-12.ISO
/
オンラインソフト
/
8.インターネット
/
anarchie-pro-30.sit
/
Anarchie Pro 3.0
/
Scripting
/
AppleScripts
/
Misc Stuff
< prev
next >
Wrap
Text File
|
1998-09-06
|
583b
|
17 lines
tell application "Anarchie Pro"
set base to "ftp://user:password@host/"
mkdir url base & "testdir"
mkdir url base & "inside"
rename url base & "inside" newname "testdir/nowinside"
remove url base & "testdir/nowinside"
remove url base & "testdir"
sendcommand url base & "help"
weblist url "http://host/path/"
webfetch url "http://host/path/file"
webview url "http://host/path/file"
webviewsource url "http://host/path/file"
mirrorupload file "harddisk:folder" url "ftp://username:password@host/path/"
getwebsite file "harddisk:folder" url "http://host/path/"
end tell